records
Physical flow - by border
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods026",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods026"
}
] - "definitions":{
- "ods026":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods026_records"
}
}
} - "records":
} - "properties":
- "ods026_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "controlarea":,{
- "type":"string",
- "title":"Control area",
- "description":"The Name of the Control area."
} - "physicalflowatborder":{
- "type":"number",
- "title":"Physical Flow Value",
- "description":"Physical flows between bidding zones per market time unit. When the figure is positive, Belgium is exporting energy. When it is negative, energy is being imported.",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods026":
}